home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Over 1,000 Windows 95 Programs
/
Over 1000 Windows 95 Programs (Microforum) (Disc 2).iso
/
1318
/
wordwrap.s
< prev
next >
Wrap
Text File
|
1993-05-30
|
357b
|
10 lines
\ WORDWRAP.S
\ Wordwrap a file that contains long lines
*(70)\v*00=*(70)\p0*01 \ Our wrap length is 70 characters, but you can
\ change it to something else
*01= \0d\0a*00 \ After reading 70 characters, a space will
\ be converted to a carriage return/line feed
\0a=\0a*00